CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cpu id

搜索资源列表

  1. quzhi

    1下载:
  2. 该程序实现对计算机CPU和硬盘ID值的读取功能-the process of computer hard drives and CPU ID value of the function read
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:50400
    • 提供者:zhangfei
  1. cpuidread

    0下载:
  2. 可以在DOS下將CPU ID讀出來,支持絕大部分的X86 cpu.很厲害的.呵呵!-DOS can be read from the CPU ID, support most of the X86 cpu. very powerful. Ha ha!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:16565
    • 提供者:劉甜
  1. CPU_ID

    0下载:
  2. 一个算cpu的id的c程序代码。很好哦,含有一小段汇编代码-one count cpu id of the c code. Oh well, containing a short compilation of code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6940
    • 提供者:大大
  1. id

    0下载:
  2. 在vb中如何得到CPU的序列号?大家应该知道有什么用了吧
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:84688
    • 提供者:qq
  1. cpuid

    0下载:
  2. 获取本机cpu id mac地址 硬盘序列号,用作加解密。需要.net 2.0框架。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11986
    • 提供者:falj
  1. FingerPrint_CS_src

    0下载:
  2. vb写的获取计算机指纹的程序,将bios id ,cpu id,hard disk id 等计算出一个指纹
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5051
    • 提供者:ygt
  1. GetUniqueID

    0下载:
  2. 通过硬盘、网卡序列号获取计算机ID的源代码。其中还包括CPU ID的获取。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:16833
    • 提供者:Dailin
  1. CPUID

    0下载:
  2. 获取CPU ID号,Visual C++6.0 WindowsXP,Windows2003下测试成功。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:592510
    • 提供者:赵聪
  1. CPU

    0下载:
  2. 获取CPU的ID号,适用于软件加密,比如生成一段随机码,然后判断CPU的ID号,如果CPU的ID号不相同就可以使用本软件。因为CPU的序列号是唯一的
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:6557
    • 提供者:hebo
  1. hardinfo

    0下载:
  2. 可以查询电脑硬件信息,如CPU ID号 网卡信息,硬盘ID
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:192576
    • 提供者:qibaoju
  1. TestGetCPUId

    0下载:
  2. 获取cpu id的程序-access to the procedure cpu id
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10247
    • 提供者:lzwu
  1. getCpuIdSample

    0下载:
  2. delphi取得CPU ID 号的例子!可以用来对软件加密注册!-CPU ID examples! The software can be used to encrypt registration!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:409991
    • 提供者:张文智
  1. GetSysInfo

    0下载:
  2. 根据进程ID获取进程的内存使用量,CPU使用率,线程个数据信息,例子是一个获取IE进程使用情况例子-PROCESS MEMORY,CPU,THREAD
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:22623
    • 提供者:锅小
  1. SerialNumberProtection

    1下载:
  2. cpu、网卡地址、硬盘的ID号,可以根据计算机CPU、硬盘、网卡、BIOS生成唯一识别码。该组件不是从注册表中获得,而是直接从硬件获取信息,不需要管理员权限。支持最新的WIN7系统。适应于软件开发,注册。保护自己的软件。-GetHardwareID(b_HDD, b_NIC, b_CPU, b_BIOS, "R5LR-S4TQ")
  3. 所属分类:系统编程

    • 发布日期:2013-07-25
    • 文件大小:11229
    • 提供者:jack
  1. cpuid

    1下载:
  2. 通过windows api 获取机器CPU ID序列号 通过windows api 获取机器CPU ID序列号-get CPU serial id
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:212276
    • 提供者:dream
  1. Get_hardware_ID

    2下载:
  2. 读取硬件ID 包括CPU,网卡MAC,硬盘ID,不是从注册表读取的,是获得真正的ID,我参考了很多资料和例子,才写好的,方便绑定自已开发的程序,现贡献出来!-Read the hardware ID, including CPU, LAN MAC, the hard disk ID, not read from the registry, is to get the real ID, I refer to a lot of information and examples, only writt
  3. 所属分类:Windows Kernel

    • 发布日期:2015-04-16
    • 文件大小:374784
    • 提供者:林远军
  1. get_CPU_ID

    0下载:
  2. 直接由汇编语言获取CPU信息!包括厂家、编号,等等。经测试正确!-Retrieve CPU information by ASM,such information as producer,ID,etc.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:592524
    • 提供者:cxw
  1. cpuid

    0下载:
  2. windows 下通过intel X86 指令获取CPU ID的例子小程序-intel X86 through windows command to obtain a small example of the CPU ID program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:4334
    • 提供者:rensijun
  1. DotNetSMTP

    0下载:
  2. 在Dotnet 下實現CPU ID, MAC address 的查詢 本源代碼支持microsoft .net 2.0 -Dotnet under implementation in the CPU ID, MAC address of the query source code in support of microsoft. Net 2.0
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:42397
    • 提供者:Roi
  1. READ_CPU_ID_BY_VC

    0下载:
  2. vc6.0开发读取序列号的源程序,直接用vc6.0打开即可编译成功-vc6.0 the development of the source code to read serial number, the direct use of the compiler can successfully open vc6.0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:35602
    • 提供者:chou
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com